home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TCONNDIAGNOSTICSFORM / TCONNDIAGNOSTICSFORM.txt
Encoding:
Text File  |  2004-03-08  |  1.3 KB  |  67 lines

  1. object ConnDiagnosticsForm: TConnDiagnosticsForm
  2.   Left = 219
  3.   Top = 107
  4.   Width = 419
  5.   Height = 280
  6.   Caption = 'Connection Diagnostics'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 411
  21.     Height = 212
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Memo1: TMemo
  26.       Left = 0
  27.       Top = 0
  28.       Width = 411
  29.       Height = 212
  30.       Align = alClient
  31.       BevelInner = bvLowered
  32.       BevelOuter = bvNone
  33.       ReadOnly = True
  34.       ScrollBars = ssBoth
  35.       TabOrder = 0
  36.       WordWrap = False
  37.     end
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 0
  41.     Top = 212
  42.     Width = 411
  43.     Height = 41
  44.     Align = alBottom
  45.     BevelOuter = bvNone
  46.     TabOrder = 1
  47.     object Button1: TRzButton
  48.       Left = 11
  49.       Top = 10
  50.       Default = True
  51.       ModalResult = 1
  52.       Caption = '&Ok'
  53.       HotTrack = True
  54.       TabOrder = 0
  55.     end
  56.     object Button2: TRzButton
  57.       Left = 97
  58.       Top = 10
  59.       Width = 123
  60.       Caption = 'Copy to Clipboard'
  61.       HotTrack = True
  62.       TabOrder = 1
  63.       OnClick = Button2Click
  64.     end
  65.   end
  66. end
  67.